Release 10.1A: OpenEdge Data Management:
SQL Reference


CHAR

Returns a character string with the first character having an ASCII value equal to the argument expression. CHAR is identical to CHR but provides ODBC-compatible syntax.

Syntax

CHAR ( integer_expression ) 

Example

This example illustrates the CHAR function:

SELECT *
    FROM  customer
    WHERE SUBSTR (zip, 1, 1) = CHAR (53) ; 

Notes

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095